Skip to content

Update AGENTS.md to mention both CocoaPods and SPM for dependency management#4635

Merged
bgoncal merged 1 commit into
mainfrom
copilot/update-agents-md-dependency-management
May 13, 2026
Merged

Update AGENTS.md to mention both CocoaPods and SPM for dependency management#4635
bgoncal merged 1 commit into
mainfrom
copilot/update-agents-md-dependency-management

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 13, 2026

Summary

The project now uses both CocoaPods and Swift Package Manager, but documentation incorrectly stated "CocoaPods only" and "Never add Swift Package Manager dependencies." Updated both AGENTS.md and .github/copilot-instructions.md to reflect reality.

SPM packages currently in use: swift-snapshot-testing, WebRTC, ZIPFoundation, firebase-ios-sdk.

Screenshots

N/A — documentation only.

Link to pull request in Documentation repository

Documentation: home-assistant/companion.home-assistant#

Any other notes

Also updated .github/copilot-instructions.md which contained the same outdated "CocoaPods only" guidance.

@bgoncal bgoncal marked this pull request as ready for review May 13, 2026 12:30
Copilot AI review requested due to automatic review settings May 13, 2026 12:30
@bgoncal bgoncal enabled auto-merge (squash) May 13, 2026 12:30
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates contributor/agent documentation to reflect that the project uses both CocoaPods and Swift Package Manager for dependency management (CocoaPods for most dependencies, SPM for select packages), aligning written guidance with the repo’s current setup.

Changes:

  • Update AGENTS.md to state that both CocoaPods and SPM are used, including examples of SPM-managed packages.
  • Update .github/copilot-instructions.md to remove the “CocoaPods only” guidance and describe the mixed dependency approach.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
AGENTS.md Updates project overview and dependency guidance to mention CocoaPods + SPM and list example SPM packages.
.github/copilot-instructions.md Updates Copilot guidance to reflect mixed CocoaPods/SPM dependency management.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@58ea0a0). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4635   +/-   ##
=======================================
  Coverage        ?   43.98%           
=======================================
  Files           ?      280           
  Lines           ?    17009           
  Branches        ?        0           
=======================================
  Hits            ?     7481           
  Misses          ?     9528           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@bgoncal bgoncal merged commit fcccfc4 into main May 13, 2026
19 checks passed
@bgoncal bgoncal deleted the copilot/update-agents-md-dependency-management branch May 13, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants